home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / CATALOG.CST / 00062_ts2.ls < prev    next >
Encoding:
Text File  |  1999-03-19  |  248 b   |  24 lines

  1.  
  2. on mouseEnter me
  3.   cursor 280
  4.   set the ink of sprite the currentSpriteNum to 4
  5.  
  6. end
  7.  
  8. on mouseDown me
  9.   beep
  10.  
  11. end
  12.  
  13. on mouseUp me
  14.   cursor -1
  15.   go to "ts2"
  16.  
  17. end
  18.  
  19. on mouseLeave me
  20.   cursor -1
  21.   set the ink of sprite the currentSpriteNum to 36
  22.  
  23. end
  24.